net/http.http2serverConn.hs (field)

14 uses

	net/http (current package)
		h2_bundle.go#L4417: 		hs:                          http1srv,
		h2_bundle.go#L4453: 	if sc.hs.WriteTimeout > 0 {
		h2_bundle.go#L4570: 	hs               *Server
		h2_bundle.go#L4636: 	n := sc.hs.MaxHeaderBytes
		h2_bundle.go#L4719: 	if sc.hs.ConnState != nil {
		h2_bundle.go#L4720: 		sc.hs.ConnState(sc.conn, state)
		h2_bundle.go#L4731: 	if lg := sc.hs.ErrorLog; lg != nil {
		h2_bundle.go#L4913: 		sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
		h2_bundle.go#L5718: 		if http2h1ServerKeepAlivesDisabled(sc.hs) {
		h2_bundle.go#L6099: 	if sc.hs.ReadTimeout > 0 {
		h2_bundle.go#L6101: 		st.readDeadline = time.AfterFunc(sc.hs.ReadTimeout, st.onReadTimeout)
		h2_bundle.go#L6120: 	if sc.hs.ReadTimeout > 0 {
		h2_bundle.go#L6198: 	if sc.hs.WriteTimeout > 0 {
		h2_bundle.go#L6199: 		st.writeDeadline = time.AfterFunc(sc.hs.WriteTimeout, st.onWriteTimeout)